From: Christoph Scholtes Date: Sat, 19 Mar 2011 18:47:17 +0000 (-0600) Subject: * process.c (Fformat_network_address): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17^2~127 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6bfd1418022d91ac14e5aff47da4d9e69cee4b77;p=emacs.git * process.c (Fformat_network_address): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index e72d59c05ac..3c0ba1b1147 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-03-19 Christoph Scholtes + + * process.c (Fformat_network_address): Doc fix. + 2011-03-19 Chong Yidong * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT) diff --git a/src/process.c b/src/process.c index b3773ed5571..9a33500dc4e 100644 --- a/src/process.c +++ b/src/process.c @@ -1598,9 +1598,9 @@ at end of BUFFER, unless you specify an output stream or filter function to handle the output. BUFFER may also be nil, meaning that this process is not associated with any buffer. -PROGRAM is the program file name. It is searched for in PATH. If -nil, just associate a pty with the buffer. Remaining arguments are -strings to give program as arguments. +PROGRAM is the program file name. It is searched for in `exec-path' +(which see). If nil, just associate a pty with the buffer. Remaining +arguments are strings to give program as arguments. If you want to separate standard output from standard error, invoke the command through a shell and redirect one of them using the shell